textchild: Include <gtk/gtkwidget.h>
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Wed, 6 May 2020 18:13:03 +0000 (15:13 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Wed, 6 May 2020 18:13:03 +0000 (15:13 -0300)
This header is exported, so it needs to include
the gtkwidget.h header with the gtk/ prefix.

This was broken in 289b157e3251581cff91c7bca5f5ed34ff309260

gtk/gtktextchild.h

index 2f9cad3fd32f406315c92478c42403bec4378971..990f30731b58af7fa84f60a27822ea73ea183221 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <gdk/gdk.h>
 #include <glib-object.h>
-#include <gtkwidget.h>
+#include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS